Html Css Color HEX #DD869C Carissma

📋 copy color: '#DD869C'

red 221 ◦ green 134 ◦ blue 156

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

Shades of Carissma #DD869C

Tints of Carissma #DD869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.22%

 BLUE value IS 156 (61.33% from 255) = 30.53%

R = 43.25%
G = 26.22%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD869C (or 0xDD869C) is known color: Carissma. HEX triplet: DD, 86 and 9C. RGB value is (221,134,156). Sum of RGB (Red+Green+Blue) = 221+134+156=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD869C is #227963. Grayscale: #A2A2A2. Windows color (decimal): -2259300 or 10258141. OLE color: 10258141.

HSL color Cylindrical-coordinate representation of color #DD869C: hue angle of 344.83º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD869C is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 156 -
CMYK 0 0.39 0.29 0.13
HSL 344.83º 0.56% 0.7% -
HSV(B) 344.83º 0.39% 0.87% -
XYZ 44.34 34.82 35.84 -
YUV 162.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 221 134 156 0 0.39 0.29 0.13 344.83 0.56 0.7
Hex DD 86 9C 0 27 1D D 159 38 46
Octal 335 206 234 0 47 35 15 531 70 106
Binary 11011101 10000110 10011100 0 100111 11101 1101 101011001 111000 1000110

Color Harmonies of #DD869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD869C

Black with #DD869C

Text Example


Text Example

White with #DD869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD869C; }

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

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

background-color css

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

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

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

border-color css

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

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

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