Html Css Color HEX #D598A4 Careys Pink

📋 copy color: '#D598A4'

red 213 ◦ green 152 ◦ blue 164

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

Shades of Careys Pink #D598A4

Tints of Careys Pink #D598A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31%

R = 40.26%
G = 28.73%
B = 31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D598A4 (or 0xD598A4) is known color: Careys Pink. HEX triplet: D5, 98 and A4. RGB value is (213,152,164). Sum of RGB (Red+Green+Blue) = 213+152+164=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D598A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598A4 is #2A675B. Grayscale: #ABABAB. Windows color (decimal): -2778972 or 10787029. OLE color: 10787029.

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

Color convert

RGB 213 152 164 -
CMYK 0 0.29 0.23 0.16
HSL 348.2º 0.42% 0.72% -
HSV(B) 348.2º 0.29% 0.84% -
XYZ 45.37 39.28 40.31 -
YUV 171.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 213 152 164 0 0.29 0.23 0.16 348.2 0.42 0.72
Hex D5 98 A4 0 1D 17 10 15C 2A 48
Octal 325 230 244 0 35 27 20 534 52 110
Binary 11010101 10011000 10100100 0 11101 10111 10000 101011100 101010 1001000

Color Harmonies of #D598A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598A4

Black with #D598A4

Text Example


Text Example

White with #D598A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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