Html Css Color HEX #DB7D8A Carissma

📋 copy color: '#DB7D8A'

red 219 ◦ green 125 ◦ blue 138

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

Shades of Carissma #DB7D8A

Tints of Carissma #DB7D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 45.44%
G = 25.93%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB7D8A (or 0xDB7D8A) is known color: Carissma. HEX triplet: DB, 7D and 8A. RGB value is (219,125,138). Sum of RGB (Red+Green+Blue) = 219+125+138=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D8A is #248275. Grayscale: #9A9A9A. Windows color (decimal): -2392694 or 9076187. OLE color: 9076187.

HSL color Cylindrical-coordinate representation of color #DB7D8A: hue angle of 351.7º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7D8A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 125 138 -
CMYK 0 0.43 0.37 0.14
HSL 351.7º 0.57% 0.67% -
HSV(B) 351.7º 0.43% 0.86% -
XYZ 41.13 31.56 27.97 -
YUV 154.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 219 125 138 0 0.43 0.37 0.14 351.7 0.57 0.67
Hex DB 7D 8A 0 2B 25 E 160 39 43
Octal 333 175 212 0 53 45 16 540 71 103
Binary 11011011 1111101 10001010 0 101011 100101 1110 101100000 111001 1000011

Color Harmonies of #DB7D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D8A

Black with #DB7D8A

Text Example


Text Example

White with #DB7D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D8A; }

 p { color: rgb(219,125,138); }

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

background-color css

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

 a { background-color: rgb(219,125,138); }

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

border-color css

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

 span { border-color: rgb(219,125,138); }

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