Html Css Color HEX #D2265E Cerise

📋 copy color: '#D2265E'

red 210 ◦ green 38 ◦ blue 94

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

Shades of Cerise #D2265E

Tints of Cerise #D2265E

RGB

 RED value IS 210 (82.42% from 255) = 61.4%

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

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 61.4%
G = 11.11%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2265E (or 0xD2265E) is known color: Cerise. HEX triplet: D2, 26 and 5E. RGB value is (210,38,94). Sum of RGB (Red+Green+Blue) = 210+38+94=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2265E is #2DD9A1. Grayscale: #5F5F5F. Windows color (decimal): -3004834 or 6170322. OLE color: 6170322.

HSL color Cylindrical-coordinate representation of color #D2265E: hue angle of 340.47º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2265E is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 38 94 -
CMYK 0 0.82 0.55 0.18
HSL 340.47º 0.69% 0.49% -
HSV(B) 340.47º 0.82% 0.82% -
XYZ 29.29 15.9 12.11 -
YUV 95.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 210 38 94 0 0.82 0.55 0.18 340.47 0.69 0.49
Hex D2 26 5E 0 52 37 12 154 45 31
Octal 322 46 136 0 122 67 22 524 105 61
Binary 11010010 100110 1011110 0 1010010 110111 10010 101010100 1000101 110001

Color Harmonies of #D2265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2265E

Black with #D2265E

Text Example


Text Example

White with #D2265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2265E; }

 p { color: rgb(210,38,94); }

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

background-color css

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

 a { background-color: rgb(210,38,94); }

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

border-color css

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

 span { border-color: rgb(210,38,94); }

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