Html Css Color HEX #D5969F Careys Pink

📋 copy color: '#D5969F'

red 213 ◦ green 150 ◦ blue 159

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

Shades of Careys Pink #D5969F

Tints of Careys Pink #D5969F

RGB

 RED value IS 213 (83.59% from 255) = 40.8%

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

 BLUE value IS 159 (62.5% from 255) = 30.46%

R = 40.8%
G = 28.74%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5969F (or 0xD5969F) is known color: Careys Pink. HEX triplet: D5, 96 and 9F. RGB value is (213,150,159). Sum of RGB (Red+Green+Blue) = 213+150+159=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5969F is #2A6960. Grayscale: #A9A9A9. Windows color (decimal): -2779489 or 10458837. OLE color: 10458837.

HSL color Cylindrical-coordinate representation of color #D5969F: hue angle of 351.43º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5969F is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 159 -
CMYK 0 0.30 0.25 0.16
HSL 351.43º 0.43% 0.71% -
HSV(B) 351.43º 0.3% 0.84% -
XYZ 44.6 38.46 37.87 -
YUV 169.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 213 150 159 0 0.30 0.25 0.16 351.43 0.43 0.71
Hex D5 96 9F 0 1E 19 10 15F 2B 47
Octal 325 226 237 0 36 31 20 537 53 107
Binary 11010101 10010110 10011111 0 11110 11001 10000 101011111 101011 1000111

Color Harmonies of #D5969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5969F

Black with #D5969F

Text Example


Text Example

White with #D5969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5969F; }

 p { color: rgb(213,150,159); }

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

background-color css

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

 a { background-color: rgb(213,150,159); }

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

border-color css

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

 span { border-color: rgb(213,150,159); }

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