Html Css Color HEX #DB8298 Carissma

📋 copy color: '#DB8298'

red 219 ◦ green 130 ◦ blue 152

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

Shades of Carissma #DB8298

Tints of Carissma #DB8298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.95%

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

R = 43.71%
G = 25.95%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB8298 (or 0xDB8298) is known color: Carissma. HEX triplet: DB, 82 and 98. RGB value is (219,130,152). Sum of RGB (Red+Green+Blue) = 219+130+152=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8298 is #247D67. Grayscale: #9F9F9F. Windows color (decimal): -2391400 or 9994971. OLE color: 9994971.

HSL color Cylindrical-coordinate representation of color #DB8298: hue angle of 345.17º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8298 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 130 152 -
CMYK 0 0.41 0.31 0.14
HSL 345.17º 0.55% 0.68% -
HSV(B) 345.17º 0.41% 0.86% -
XYZ 42.86 33.29 33.87 -
YUV 159.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 219 130 152 0 0.41 0.31 0.14 345.17 0.55 0.68
Hex DB 82 98 0 29 1F E 159 37 44
Octal 333 202 230 0 51 37 16 531 67 104
Binary 11011011 10000010 10011000 0 101001 11111 1110 101011001 110111 1000100

Color Harmonies of #DB8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8298

Black with #DB8298

Text Example


Text Example

White with #DB8298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8298; }

 p { color: rgb(219,130,152); }

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

background-color css

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

 a { background-color: rgb(219,130,152); }

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

border-color css

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

 span { border-color: rgb(219,130,152); }

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