Html Css Color HEX #DB7D8B Carissma

📋 copy color: '#DB7D8B'

red 219 ◦ green 125 ◦ blue 139

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

Shades of Carissma #DB7D8B

Tints of Carissma #DB7D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.78%

R = 45.34%
G = 25.88%
B = 28.78%

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

#DB7D8B (or 0xDB7D8B) is known color: Carissma. HEX triplet: DB, 7D and 8B. RGB value is (219,125,139). Sum of RGB (Red+Green+Blue) = 219+125+139=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D8B is #248274. Grayscale: #9A9A9A. Windows color (decimal): -2392693 or 9141723. OLE color: 9141723.

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

Color convert

RGB 219 125 139 -
CMYK 0 0.43 0.37 0.14
HSL 351.06º 0.57% 0.67% -
HSV(B) 351.06º 0.43% 0.86% -
XYZ 41.21 31.59 28.35 -
YUV 154.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 219 125 139 0 0.43 0.37 0.14 351.06 0.57 0.67
Hex DB 7D 8B 0 2B 25 E 15F 39 43
Octal 333 175 213 0 53 45 16 537 71 103
Binary 11011011 1111101 10001011 0 101011 100101 1110 101011111 111001 1000011

Color Harmonies of #DB7D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D8B

Black with #DB7D8B

Text Example


Text Example

White with #DB7D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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