Html Css Color HEX #DA959B Careys Pink

📋 copy color: '#DA959B'

red 218 ◦ green 149 ◦ blue 155

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

Shades of Careys Pink #DA959B

Tints of Careys Pink #DA959B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.69%

R = 41.76%
G = 28.54%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA959B (or 0xDA959B) is known color: Careys Pink. HEX triplet: DA, 95 and 9B. RGB value is (218,149,155). Sum of RGB (Red+Green+Blue) = 218+149+155=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA959B is #256A64. Grayscale: #AAAAAA. Windows color (decimal): -2452069 or 10196442. OLE color: 10196442.

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

Color convert

RGB 218 149 155 -
CMYK 0 0.32 0.29 0.15
HSL 354.78º 0.48% 0.72% -
HSV(B) 354.78º 0.32% 0.85% -
XYZ 45.58 38.77 36.09 -
YUV 170.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 218 149 155 0 0.32 0.29 0.15 354.78 0.48 0.72
Hex DA 95 9B 0 20 1D F 163 30 48
Octal 332 225 233 0 40 35 17 543 60 110
Binary 11011010 10010101 10011011 0 100000 11101 1111 101100011 110000 1001000

Color Harmonies of #DA959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA959B

Black with #DA959B

Text Example


Text Example

White with #DA959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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