Html Css Color HEX #DC838A Carissma

📋 copy color: '#DC838A'

red 220 ◦ green 131 ◦ blue 138

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

Shades of Carissma #DC838A

Tints of Carissma #DC838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 44.99%
G = 26.79%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC838A (or 0xDC838A) is known color: Carissma. HEX triplet: DC, 83 and 8A. RGB value is (220,131,138). Sum of RGB (Red+Green+Blue) = 220+131+138=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC838A is #237C75. Grayscale: #9E9E9E. Windows color (decimal): -2325622 or 9077724. OLE color: 9077724.

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

Color convert

RGB 220 131 138 -
CMYK 0 0.40 0.37 0.14
HSL 355.28º 0.56% 0.69% -
HSV(B) 355.28º 0.4% 0.86% -
XYZ 42.22 33.28 28.24 -
YUV 158.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 220 131 138 0 0.40 0.37 0.14 355.28 0.56 0.69
Hex DC 83 8A 0 28 25 E 163 38 45
Octal 334 203 212 0 50 45 16 543 70 105
Binary 11011100 10000011 10001010 0 101000 100101 1110 101100011 111000 1000101

Color Harmonies of #DC838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC838A

Black with #DC838A

Text Example


Text Example

White with #DC838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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