Html Css Color HEX #D4969D Careys Pink

📋 copy color: '#D4969D'

red 212 ◦ green 150 ◦ blue 157

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

Shades of Careys Pink #D4969D

Tints of Careys Pink #D4969D

RGB

 RED value IS 212 (83.2% from 255) = 40.85%

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

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

R = 40.85%
G = 28.9%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4969D (or 0xD4969D) is known color: Careys Pink. HEX triplet: D4, 96 and 9D. RGB value is (212,150,157). Sum of RGB (Red+Green+Blue) = 212+150+157=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4969D is #2B6962. Grayscale: #A9A9A9. Windows color (decimal): -2845027 or 10327764. OLE color: 10327764.

HSL color Cylindrical-coordinate representation of color #D4969D: hue angle of 353.23º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4969D is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 150 157 -
CMYK 0 0.29 0.26 0.17
HSL 353.23º 0.42% 0.71% -
HSV(B) 353.23º 0.29% 0.83% -
XYZ 44.14 38.24 36.95 -
YUV 169.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 212 150 157 0 0.29 0.26 0.17 353.23 0.42 0.71
Hex D4 96 9D 0 1D 1A 11 161 2A 47
Octal 324 226 235 0 35 32 21 541 52 107
Binary 11010100 10010110 10011101 0 11101 11010 10001 101100001 101010 1000111

Color Harmonies of #D4969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4969D

Black with #D4969D

Text Example


Text Example

White with #D4969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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