Html Css Color HEX #DA9498 Careys Pink

📋 copy color: '#DA9498'

red 218 ◦ green 148 ◦ blue 152

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

Shades of Careys Pink #DA9498

Tints of Careys Pink #DA9498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.57%

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

R = 42.08%
G = 28.57%
B = 29.34%

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

#DA9498 (or 0xDA9498) is known color: Careys Pink. HEX triplet: DA, 94 and 98. RGB value is (218,148,152). Sum of RGB (Red+Green+Blue) = 218+148+152=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9498 is #256B67. Grayscale: #A9A9A9. Windows color (decimal): -2452328 or 9999578. OLE color: 9999578.

HSL color Cylindrical-coordinate representation of color #DA9498: hue angle of 356.57º degrees, saturation: 0.49, 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 #DA9498 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 148 152 -
CMYK 0 0.32 0.30 0.15
HSL 356.57º 0.49% 0.72% -
HSV(B) 356.57º 0.32% 0.85% -
XYZ 45.17 38.35 34.73 -
YUV 169.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 218 148 152 0 0.32 0.30 0.15 356.57 0.49 0.72
Hex DA 94 98 0 20 1E F 165 31 48
Octal 332 224 230 0 40 36 17 545 61 110
Binary 11011010 10010100 10011000 0 100000 11110 1111 101100101 110001 1001000

Color Harmonies of #DA9498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9498

Black with #DA9498

Text Example


Text Example

White with #DA9498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9498; }

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

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

background-color css

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

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

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

border-color css

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

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

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