Html Css Color HEX #DC8398 Carissma

📋 copy color: '#DC8398'

red 220 ◦ green 131 ◦ blue 152

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

Shades of Carissma #DC8398

Tints of Carissma #DC8398

RGB

 RED value IS 220 (86.33% from 255) = 43.74%

 GREEN value IS 131 (51.56% from 255) = 26.04%

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

R = 43.74%
G = 26.04%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC8398 (or 0xDC8398) is known color: Carissma. HEX triplet: DC, 83 and 98. RGB value is (220,131,152). Sum of RGB (Red+Green+Blue) = 220+131+152=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8398 is #237C67. Grayscale: #A0A0A0. Windows color (decimal): -2325608 or 9995228. OLE color: 9995228.

HSL color Cylindrical-coordinate representation of color #DC8398: hue angle of 345.84º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8398 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 152 -
CMYK 0 0.40 0.31 0.14
HSL 345.84º 0.56% 0.69% -
HSV(B) 345.84º 0.4% 0.86% -
XYZ 43.3 33.72 33.93 -
YUV 160.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 220 131 152 0 0.40 0.31 0.14 345.84 0.56 0.69
Hex DC 83 98 0 28 1F E 15A 38 45
Octal 334 203 230 0 50 37 16 532 70 105
Binary 11011100 10000011 10011000 0 101000 11111 1110 101011010 111000 1000101

Color Harmonies of #DC8398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8398

Black with #DC8398

Text Example


Text Example

White with #DC8398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8398; }

 p { color: rgb(220,131,152); }

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

background-color css

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

 a { background-color: rgb(220,131,152); }

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

border-color css

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

 span { border-color: rgb(220,131,152); }

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