Html Css Color HEX #DA949A Careys Pink

📋 copy color: '#DA949A'

red 218 ◦ green 148 ◦ blue 154

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

Shades of Careys Pink #DA949A

Tints of Careys Pink #DA949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.62%

R = 41.92%
G = 28.46%
B = 29.62%

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

#DA949A (or 0xDA949A) is known color: Careys Pink. HEX triplet: DA, 94 and 9A. RGB value is (218,148,154). Sum of RGB (Red+Green+Blue) = 218+148+154=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA949A is #256B65. Grayscale: #A9A9A9. Windows color (decimal): -2452326 or 10130650. OLE color: 10130650.

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

Color convert

RGB 218 148 154 -
CMYK 0 0.32 0.29 0.15
HSL 354.86º 0.49% 0.72% -
HSV(B) 354.86º 0.32% 0.85% -
XYZ 45.34 38.42 35.6 -
YUV 169.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 218 148 154 0 0.32 0.29 0.15 354.86 0.49 0.72
Hex DA 94 9A 0 20 1D F 163 31 48
Octal 332 224 232 0 40 35 17 543 61 110
Binary 11011010 10010100 10011010 0 100000 11101 1111 101100011 110001 1001000

Color Harmonies of #DA949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA949A

Black with #DA949A

Text Example


Text Example

White with #DA949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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