Html Css Color HEX #DB828F Carissma

📋 copy color: '#DB828F'

red 219 ◦ green 130 ◦ blue 143

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

Shades of Carissma #DB828F

Tints of Carissma #DB828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 44.51%
G = 26.42%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB828F (or 0xDB828F) is known color: Carissma. HEX triplet: DB, 82 and 8F. RGB value is (219,130,143). Sum of RGB (Red+Green+Blue) = 219+130+143=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB828F is #247D70. Grayscale: #9E9E9E. Windows color (decimal): -2391409 or 9405147. OLE color: 9405147.

HSL color Cylindrical-coordinate representation of color #DB828F: hue angle of 351.24º 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 #DB828F is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 130 143 -
CMYK 0 0.41 0.35 0.14
HSL 351.24º 0.55% 0.68% -
HSV(B) 351.24º 0.41% 0.86% -
XYZ 42.15 33.01 30.14 -
YUV 158.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 219 130 143 0 0.41 0.35 0.14 351.24 0.55 0.68
Hex DB 82 8F 0 29 23 E 15F 37 44
Octal 333 202 217 0 51 43 16 537 67 104
Binary 11011011 10000010 10001111 0 101001 100011 1110 101011111 110111 1000100

Color Harmonies of #DB828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB828F

Black with #DB828F

Text Example


Text Example

White with #DB828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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