Html Css Color HEX #DC8298 Carissma

📋 copy color: '#DC8298'

red 220 ◦ green 130 ◦ blue 152

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

Shades of Carissma #DC8298

Tints of Carissma #DC8298

RGB

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

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

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

R = 43.82%
G = 25.9%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC8298 (or 0xDC8298) is known color: Carissma. HEX triplet: DC, 82 and 98. RGB value is (220,130,152). Sum of RGB (Red+Green+Blue) = 220+130+152=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8298 is #237D67. Grayscale: #9F9F9F. Windows color (decimal): -2325864 or 9994972. OLE color: 9994972.

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

Color convert

RGB 220 130 152 -
CMYK 0 0.41 0.31 0.14
HSL 345.33º 0.56% 0.69% -
HSV(B) 345.33º 0.41% 0.86% -
XYZ 43.17 33.45 33.89 -
YUV 159.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 220 130 152 0 0.41 0.31 0.14 345.33 0.56 0.69
Hex DC 82 98 0 29 1F E 159 38 45
Octal 334 202 230 0 51 37 16 531 70 105
Binary 11011100 10000010 10011000 0 101001 11111 1110 101011001 111000 1000101

Color Harmonies of #DC8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8298

Black with #DC8298

Text Example


Text Example

White with #DC8298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8298; }

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

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

background-color css

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

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

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

border-color css

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

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

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