Html Css Color HEX #DD7F86 Carissma

📋 copy color: '#DD7F86'

red 221 ◦ green 127 ◦ blue 134

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

Shades of Carissma #DD7F86

Tints of Carissma #DD7F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.8%

R = 45.85%
G = 26.35%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD7F86 (or 0xDD7F86) is known color: Carissma. HEX triplet: DD, 7F and 86. RGB value is (221,127,134). Sum of RGB (Red+Green+Blue) = 221+127+134=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F86 is #228079. Grayscale: #9B9B9B. Windows color (decimal): -2261114 or 8814557. OLE color: 8814557.

HSL color Cylindrical-coordinate representation of color #DD7F86: hue angle of 355.53º 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 #DD7F86 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 127 134 -
CMYK 0 0.43 0.39 0.13
HSL 355.53º 0.58% 0.68% -
HSV(B) 355.53º 0.43% 0.87% -
XYZ 41.71 32.27 26.58 -
YUV 155.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 221 127 134 0 0.43 0.39 0.13 355.53 0.58 0.68
Hex DD 7F 86 0 2B 27 D 164 3A 44
Octal 335 177 206 0 53 47 15 544 72 104
Binary 11011101 1111111 10000110 0 101011 100111 1101 101100100 111010 1000100

Color Harmonies of #DD7F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F86

Black with #DD7F86

Text Example


Text Example

White with #DD7F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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