Html Css Color HEX #DC8290 Carissma

📋 copy color: '#DC8290'

red 220 ◦ green 130 ◦ blue 144

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

Shades of Carissma #DC8290

Tints of Carissma #DC8290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 44.53%
G = 26.32%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC8290 (or 0xDC8290) is known color: Carissma. HEX triplet: DC, 82 and 90. RGB value is (220,130,144). Sum of RGB (Red+Green+Blue) = 220+130+144=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8290 is #237D6F. Grayscale: #9E9E9E. Windows color (decimal): -2325872 or 9470684. OLE color: 9470684.

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

Color convert

RGB 220 130 144 -
CMYK 0 0.41 0.35 0.14
HSL 350.67º 0.56% 0.69% -
HSV(B) 350.67º 0.41% 0.86% -
XYZ 42.53 33.19 30.55 -
YUV 158.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 220 130 144 0 0.41 0.35 0.14 350.67 0.56 0.69
Hex DC 82 90 0 29 23 E 15F 38 45
Octal 334 202 220 0 51 43 16 537 70 105
Binary 11011100 10000010 10010000 0 101001 100011 1110 101011111 111000 1000101

Color Harmonies of #DC8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8290

Black with #DC8290

Text Example


Text Example

White with #DC8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8290; }

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

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

background-color css

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

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

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

border-color css

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

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

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