Html Css Color HEX #D598A0 Careys Pink

📋 copy color: '#D598A0'

red 213 ◦ green 152 ◦ blue 160

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

Shades of Careys Pink #D598A0

Tints of Careys Pink #D598A0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.95%

 BLUE value IS 160 (62.89% from 255) = 30.48%

R = 40.57%
G = 28.95%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D598A0 (or 0xD598A0) is known color: Careys Pink. HEX triplet: D5, 98 and A0. RGB value is (213,152,160). Sum of RGB (Red+Green+Blue) = 213+152+160=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D598A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598A0 is #2A675F. Grayscale: #ABABAB. Windows color (decimal): -2778976 or 10524885. OLE color: 10524885.

HSL color Cylindrical-coordinate representation of color #D598A0: hue angle of 352.13º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598A0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 152 160 -
CMYK 0 0.29 0.25 0.16
HSL 352.13º 0.42% 0.72% -
HSV(B) 352.13º 0.29% 0.84% -
XYZ 45.01 39.14 38.44 -
YUV 171.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 213 152 160 0 0.29 0.25 0.16 352.13 0.42 0.72
Hex D5 98 A0 0 1D 19 10 160 2A 48
Octal 325 230 240 0 35 31 20 540 52 110
Binary 11010101 10011000 10100000 0 11101 11001 10000 101100000 101010 1001000

Color Harmonies of #D598A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598A0

Black with #D598A0

Text Example


Text Example

White with #D598A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598A0; }

 p { color: rgb(213,152,160); }

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

background-color css

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

 a { background-color: rgb(213,152,160); }

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

border-color css

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

 span { border-color: rgb(213,152,160); }

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