Html Css Color HEX #DE2665 Cerise

📋 copy color: '#DE2665'

red 222 ◦ green 38 ◦ blue 101

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

Shades of Cerise #DE2665

Tints of Cerise #DE2665

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

 BLUE value IS 101 (39.84% from 255) = 27.98%

R = 61.5%
G = 10.53%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE2665 (or 0xDE2665) is known color: Cerise. HEX triplet: DE, 26 and 65. RGB value is (222,38,101). Sum of RGB (Red+Green+Blue) = 222+38+101=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2665 is #21D99A. Grayscale: #646464. Windows color (decimal): -2218395 or 6629086. OLE color: 6629086.

HSL color Cylindrical-coordinate representation of color #DE2665: hue angle of 339.46º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2665 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 38 101 -
CMYK 0 0.83 0.55 0.13
HSL 339.46º 0.74% 0.51% -
HSV(B) 339.46º 0.83% 0.87% -
XYZ 33.17 17.86 14.01 -
YUV 100.2 128.46 214.88 -
System Red Green Blue C M Y K H S L
Decimal 222 38 101 0 0.83 0.55 0.13 339.46 0.74 0.51
Hex DE 26 65 0 53 37 D 153 4A 33
Octal 336 46 145 0 123 67 15 523 112 63
Binary 11011110 100110 1100101 0 1010011 110111 1101 101010011 1001010 110011

Color Harmonies of #DE2665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2665

Black with #DE2665

Text Example


Text Example

White with #DE2665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2665; }

 p { color: rgb(222,38,101); }

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

background-color css

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

 a { background-color: rgb(222,38,101); }

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

border-color css

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

 span { border-color: rgb(222,38,101); }

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