Html Css Color HEX #D5969A Careys Pink

📋 copy color: '#D5969A'

red 213 ◦ green 150 ◦ blue 154

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

Shades of Careys Pink #D5969A

Tints of Careys Pink #D5969A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.79%

R = 41.2%
G = 29.01%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5969A (or 0xD5969A) is known color: Careys Pink. HEX triplet: D5, 96 and 9A. RGB value is (213,150,154). Sum of RGB (Red+Green+Blue) = 213+150+154=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5969A is #2A6965. Grayscale: #A9A9A9. Windows color (decimal): -2779494 or 10131157. OLE color: 10131157.

HSL color Cylindrical-coordinate representation of color #D5969A: hue angle of 356.19º 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 #D5969A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 154 -
CMYK 0 0.30 0.28 0.16
HSL 356.19º 0.43% 0.71% -
HSV(B) 356.19º 0.3% 0.84% -
XYZ 44.18 38.29 35.63 -
YUV 169.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 213 150 154 0 0.30 0.28 0.16 356.19 0.43 0.71
Hex D5 96 9A 0 1E 1C 10 164 2B 47
Octal 325 226 232 0 36 34 20 544 53 107
Binary 11010101 10010110 10011010 0 11110 11100 10000 101100100 101011 1000111

Color Harmonies of #D5969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5969A

Black with #D5969A

Text Example


Text Example

White with #D5969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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