Html Css Color HEX #DC8299 Carissma

📋 copy color: '#DC8299'

red 220 ◦ green 130 ◦ blue 153

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

Shades of Carissma #DC8299

Tints of Carissma #DC8299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.42%

R = 43.74%
G = 25.84%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC8299 (or 0xDC8299) is known color: Carissma. HEX triplet: DC, 82 and 99. RGB value is (220,130,153). Sum of RGB (Red+Green+Blue) = 220+130+153=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8299 is #237D66. Grayscale: #9F9F9F. Windows color (decimal): -2325863 or 10060508. OLE color: 10060508.

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

Color convert

RGB 220 130 153 -
CMYK 0 0.41 0.30 0.14
HSL 344.67º 0.56% 0.69% -
HSV(B) 344.67º 0.41% 0.86% -
XYZ 43.25 33.48 34.32 -
YUV 159.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 220 130 153 0 0.41 0.30 0.14 344.67 0.56 0.69
Hex DC 82 99 0 29 1E E 159 38 45
Octal 334 202 231 0 51 36 16 531 70 105
Binary 11011100 10000010 10011001 0 101001 11110 1110 101011001 111000 1000101

Color Harmonies of #DC8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8299

Black with #DC8299

Text Example


Text Example

White with #DC8299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8299; }

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

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

background-color css

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

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

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

border-color css

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

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

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