Html Css Color HEX #DE7F85 Carissma

📋 copy color: '#DE7F85'

red 222 ◦ green 127 ◦ blue 133

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

Shades of Carissma #DE7F85

Tints of Carissma #DE7F85

RGB

 RED value IS 222 (87.11% from 255) = 46.06%

 GREEN value IS 127 (50% from 255) = 26.35%

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 46.06%
G = 26.35%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE7F85 (or 0xDE7F85) is known color: Carissma. HEX triplet: DE, 7F and 85. RGB value is (222,127,133). Sum of RGB (Red+Green+Blue) = 222+127+133=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7F85 is #21807A. Grayscale: #9C9C9C. Windows color (decimal): -2195579 or 8749022. OLE color: 8749022.

HSL color Cylindrical-coordinate representation of color #DE7F85: hue angle of 356.21º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7F85 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 127 133 -
CMYK 0 0.43 0.40 0.13
HSL 356.21º 0.59% 0.68% -
HSV(B) 356.21º 0.43% 0.87% -
XYZ 41.95 32.4 26.23 -
YUV 156.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 222 127 133 0 0.43 0.40 0.13 356.21 0.59 0.68
Hex DE 7F 85 0 2B 28 D 164 3B 44
Octal 336 177 205 0 53 50 15 544 73 104
Binary 11011110 1111111 10000101 0 101011 101000 1101 101100100 111011 1000100

Color Harmonies of #DE7F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7F85

Black with #DE7F85

Text Example


Text Example

White with #DE7F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7F85; }

 p { color: rgb(222,127,133); }

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

background-color css

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

 a { background-color: rgb(222,127,133); }

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

border-color css

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

 span { border-color: rgb(222,127,133); }

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