Html Css Color HEX #DA9598 Careys Pink

📋 copy color: '#DA9598'

red 218 ◦ green 149 ◦ blue 152

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

Shades of Careys Pink #DA9598

Tints of Careys Pink #DA9598

RGB

 RED value IS 218 (85.55% from 255) = 42%

 GREEN value IS 149 (58.59% from 255) = 28.71%

 BLUE value IS 152 (59.77% from 255) = 29.29%

R = 42%
G = 28.71%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA9598 (or 0xDA9598) is known color: Careys Pink. HEX triplet: DA, 95 and 98. RGB value is (218,149,152). Sum of RGB (Red+Green+Blue) = 218+149+152=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9598 is #256A67. Grayscale: #AAAAAA. Windows color (decimal): -2452072 or 9999834. OLE color: 9999834.

HSL color Cylindrical-coordinate representation of color #DA9598: hue angle of 357.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9598 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 149 152 -
CMYK 0 0.32 0.30 0.15
HSL 357.39º 0.48% 0.72% -
HSV(B) 357.39º 0.32% 0.85% -
XYZ 45.33 38.67 34.78 -
YUV 169.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 218 149 152 0 0.32 0.30 0.15 357.39 0.48 0.72
Hex DA 95 98 0 20 1E F 165 30 48
Octal 332 225 230 0 40 36 17 545 60 110
Binary 11011010 10010101 10011000 0 100000 11110 1111 101100101 110000 1001000

Color Harmonies of #DA9598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9598

Black with #DA9598

Text Example


Text Example

White with #DA9598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9598; }

 p { color: rgb(218,149,152); }

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

background-color css

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

 a { background-color: rgb(218,149,152); }

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

border-color css

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

 span { border-color: rgb(218,149,152); }

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