Html Css Color HEX #D1969D Careys Pink

📋 copy color: '#D1969D'

red 209 ◦ green 150 ◦ blue 157

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

Shades of Careys Pink #D1969D

Tints of Careys Pink #D1969D

RGB

 RED value IS 209 (82.03% from 255) = 40.5%

 GREEN value IS 150 (58.98% from 255) = 29.07%

 BLUE value IS 157 (61.72% from 255) = 30.43%

R = 40.5%
G = 29.07%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1969D (or 0xD1969D) is known color: Careys Pink. HEX triplet: D1, 96 and 9D. RGB value is (209,150,157). Sum of RGB (Red+Green+Blue) = 209+150+157=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1969D is #2E6962. Grayscale: #A8A8A8. Windows color (decimal): -3041635 or 10327761. OLE color: 10327761.

HSL color Cylindrical-coordinate representation of color #D1969D: hue angle of 352.88º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1969D is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 150 157 -
CMYK 0 0.28 0.25 0.18
HSL 352.88º 0.39% 0.7% -
HSV(B) 352.88º 0.28% 0.82% -
XYZ 43.29 37.8 36.91 -
YUV 168.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 209 150 157 0 0.28 0.25 0.18 352.88 0.39 0.7
Hex D1 96 9D 0 1C 19 12 161 27 46
Octal 321 226 235 0 34 31 22 541 47 106
Binary 11010001 10010110 10011101 0 11100 11001 10010 101100001 100111 1000110

Color Harmonies of #D1969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1969D

Black with #D1969D

Text Example


Text Example

White with #D1969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1969D; }

 p { color: rgb(209,150,157); }

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

background-color css

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

 a { background-color: rgb(209,150,157); }

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

border-color css

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

 span { border-color: rgb(209,150,157); }

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