Html Css Color HEX #D2265B Cerise

📋 copy color: '#D2265B'

red 210 ◦ green 38 ◦ blue 91

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

Shades of Cerise #D2265B

Tints of Cerise #D2265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 61.95%
G = 11.21%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2265B (or 0xD2265B) is known color: Cerise. HEX triplet: D2, 26 and 5B. RGB value is (210,38,91). Sum of RGB (Red+Green+Blue) = 210+38+91=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2265B is #2DD9A4. Grayscale: #5F5F5F. Windows color (decimal): -3004837 or 5973714. OLE color: 5973714.

HSL color Cylindrical-coordinate representation of color #D2265B: hue angle of 341.51º 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 #D2265B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 38 91 -
CMYK 0 0.82 0.57 0.18
HSL 341.51º 0.69% 0.49% -
HSV(B) 341.51º 0.82% 0.82% -
XYZ 29.16 15.84 11.42 -
YUV 95.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 210 38 91 0 0.82 0.57 0.18 341.51 0.69 0.49
Hex D2 26 5B 0 52 39 12 156 45 31
Octal 322 46 133 0 122 71 22 526 105 61
Binary 11010010 100110 1011011 0 1010010 111001 10010 101010110 1000101 110001

Color Harmonies of #D2265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2265B

Black with #D2265B

Text Example


Text Example

White with #D2265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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