Html Css Color HEX #D598A5 Careys Pink

📋 copy color: '#D598A5'

red 213 ◦ green 152 ◦ blue 165

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

Shades of Careys Pink #D598A5

Tints of Careys Pink #D598A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.13%

R = 40.19%
G = 28.68%
B = 31.13%

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

#D598A5 (or 0xD598A5) is known color: Careys Pink. HEX triplet: D5, 98 and A5. RGB value is (213,152,165). Sum of RGB (Red+Green+Blue) = 213+152+165=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D598A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598A5 is #2A675A. Grayscale: #ABABAB. Windows color (decimal): -2778971 or 10852565. OLE color: 10852565.

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

Color convert

RGB 213 152 165 -
CMYK 0 0.29 0.23 0.16
HSL 347.21º 0.42% 0.72% -
HSV(B) 347.21º 0.29% 0.84% -
XYZ 45.46 39.32 40.79 -
YUV 171.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 213 152 165 0 0.29 0.23 0.16 347.21 0.42 0.72
Hex D5 98 A5 0 1D 17 10 15B 2A 48
Octal 325 230 245 0 35 27 20 533 52 110
Binary 11010101 10011000 10100101 0 11101 10111 10000 101011011 101010 1001000

Color Harmonies of #D598A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598A5

Black with #D598A5

Text Example


Text Example

White with #D598A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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