Html Css Color HEX #DD7FA0 Carissma

📋 copy color: '#DD7FA0'

red 221 ◦ green 127 ◦ blue 160

#DD7FA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #DD7FA0

Tints of Carissma #DD7FA0

RGB

 RED value IS 221 (86.72% from 255) = 43.5%

 GREEN value IS 127 (50% from 255) = 25%

 BLUE value IS 160 (62.89% from 255) = 31.5%

R = 43.5%
G = 25%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD7FA0 (or 0xDD7FA0) is known color: Carissma. HEX triplet: DD, 7F and A0. RGB value is (221,127,160). Sum of RGB (Red+Green+Blue) = 221+127+160=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7FA0 is #22805F. Grayscale: #9E9E9E. Windows color (decimal): -2261088 or 10518493. OLE color: 10518493.

HSL color Cylindrical-coordinate representation of color #DD7FA0: hue angle of 338.94º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7FA0 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 127 160 -
CMYK 0 0.43 0.28 0.13
HSL 338.94º 0.58% 0.68% -
HSV(B) 338.94º 0.43% 0.87% -
XYZ 43.75 33.09 37.34 -
YUV 158.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 221 127 160 0 0.43 0.28 0.13 338.94 0.58 0.68
Hex DD 7F A0 0 2B 1C D 153 3A 44
Octal 335 177 240 0 53 34 15 523 72 104
Binary 11011101 1111111 10100000 0 101011 11100 1101 101010011 111010 1000100

Color Harmonies of #DD7FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FA0

Black with #DD7FA0

Text Example


Text Example

White with #DD7FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FA0; }

 p { color: rgb(221,127,160); }

 H1.HeaderClassName
 {
   color: #DD7FA0;
 }
 .AnyTagClassName
 {
   color: #DD7FA0;
 }
</style>

background-color css

<style>
 a { background-color: #DD7FA0; }

 a { background-color: rgb(221,127,160); }

 div.DivClassName
 {
   background-color: #DD7FA0;
 }
 .BgClassName
 {
   background-color: #DD7FA0;
 }
</style>

border-color css

<style>
 span { border-color: #DD7FA0; }

 span { border-color: rgb(221,127,160); }

 td.TdClassName
 {
   border-color: #DD7FA0;
 }
 .TagClassName
 {
   border-color: #DD7FA0;
 }
</style>