Html Css Color HEX #D69D88 Rose

📋 copy color: '#D69D88'

red 214 ◦ green 157 ◦ blue 136

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

Shades of Rose #D69D88

Tints of Rose #D69D88

RGB

 RED value IS 214 (83.98% from 255) = 42.21%

 GREEN value IS 157 (61.72% from 255) = 30.97%

 BLUE value IS 136 (53.52% from 255) = 26.82%

R = 42.21%
G = 30.97%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D69D88 (or 0xD69D88) is known color: Rose. HEX triplet: D6, 9D and 88. RGB value is (214,157,136). Sum of RGB (Red+Green+Blue) = 214+157+136=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D88 is #296277. Grayscale: #ABABAB. Windows color (decimal): -2712184 or 8953302. OLE color: 8953302.

HSL color Cylindrical-coordinate representation of color #D69D88: hue angle of 16.15º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D69D88 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 136 -
CMYK 0 0.27 0.36 0.16
HSL 16.15º 0.49% 0.69% -
HSV(B) 16.15º 0.36% 0.84% -
XYZ 44.23 40.19 28.72 -
YUV 171.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 214 157 136 0 0.27 0.36 0.16 16.15 0.49 0.69
Hex D6 9D 88 0 1B 24 10 10 31 45
Octal 326 235 210 0 33 44 20 20 61 105
Binary 11010110 10011101 10001000 0 11011 100100 10000 10000 110001 1000101

Color Harmonies of #D69D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D88

Black with #D69D88

Text Example


Text Example

White with #D69D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D88; }

 p { color: rgb(214,157,136); }

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

background-color css

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

 a { background-color: rgb(214,157,136); }

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

border-color css

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

 span { border-color: rgb(214,157,136); }

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