Html Css Color HEX #DB7D8D Carissma

📋 copy color: '#DB7D8D'

red 219 ◦ green 125 ◦ blue 141

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

Shades of Carissma #DB7D8D

Tints of Carissma #DB7D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.07%

R = 45.15%
G = 25.77%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB7D8D (or 0xDB7D8D) is known color: Carissma. HEX triplet: DB, 7D and 8D. RGB value is (219,125,141). Sum of RGB (Red+Green+Blue) = 219+125+141=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D8D is #248272. Grayscale: #9A9A9A. Windows color (decimal): -2392691 or 9272795. OLE color: 9272795.

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

Color convert

RGB 219 125 141 -
CMYK 0 0.43 0.36 0.14
HSL 349.79º 0.57% 0.67% -
HSV(B) 349.79º 0.43% 0.86% -
XYZ 41.35 31.65 29.13 -
YUV 154.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 219 125 141 0 0.43 0.36 0.14 349.79 0.57 0.67
Hex DB 7D 8D 0 2B 24 E 15E 39 43
Octal 333 175 215 0 53 44 16 536 71 103
Binary 11011011 1111101 10001101 0 101011 100100 1110 101011110 111001 1000011

Color Harmonies of #DB7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D8D

Black with #DB7D8D

Text Example


Text Example

White with #DB7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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