Html Css Color HEX #DB969F Careys Pink

📋 copy color: '#DB969F'

red 219 ◦ green 150 ◦ blue 159

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

Shades of Careys Pink #DB969F

Tints of Careys Pink #DB969F

RGB

 RED value IS 219 (85.94% from 255) = 41.48%

 GREEN value IS 150 (58.98% from 255) = 28.41%

 BLUE value IS 159 (62.5% from 255) = 30.11%

R = 41.48%
G = 28.41%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB969F (or 0xDB969F) is known color: Careys Pink. HEX triplet: DB, 96 and 9F. RGB value is (219,150,159). Sum of RGB (Red+Green+Blue) = 219+150+159=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB969F is #246960. Grayscale: #ABABAB. Windows color (decimal): -2386273 or 10458843. OLE color: 10458843.

HSL color Cylindrical-coordinate representation of color #DB969F: hue angle of 352.17º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB969F is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 159 -
CMYK 0 0.32 0.27 0.14
HSL 352.17º 0.49% 0.72% -
HSV(B) 352.17º 0.32% 0.86% -
XYZ 46.38 39.38 37.96 -
YUV 171.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 219 150 159 0 0.32 0.27 0.14 352.17 0.49 0.72
Hex DB 96 9F 0 20 1B E 160 31 48
Octal 333 226 237 0 40 33 16 540 61 110
Binary 11011011 10010110 10011111 0 100000 11011 1110 101100000 110001 1001000

Color Harmonies of #DB969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB969F

Black with #DB969F

Text Example


Text Example

White with #DB969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB969F; }

 p { color: rgb(219,150,159); }

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

background-color css

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

 a { background-color: rgb(219,150,159); }

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

border-color css

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

 span { border-color: rgb(219,150,159); }

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