Html Css Color HEX #D5236A Cerise

📋 copy color: '#D5236A'

red 213 ◦ green 35 ◦ blue 106

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

Shades of Cerise #D5236A

Tints of Cerise #D5236A

RGB

 RED value IS 213 (83.59% from 255) = 60.17%

 GREEN value IS 35 (14.06% from 255) = 9.89%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 60.17%
G = 9.89%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5236A (or 0xD5236A) is known color: Cerise. HEX triplet: D5, 23 and 6A. RGB value is (213,35,106). Sum of RGB (Red+Green+Blue) = 213+35+106=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5236A is #2ADC95. Grayscale: #606060. Windows color (decimal): -2808982 or 6955989. OLE color: 6955989.

HSL color Cylindrical-coordinate representation of color #D5236A: hue angle of 336.07º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5236A is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 106 -
CMYK 0 0.84 0.50 0.16
HSL 336.07º 0.72% 0.49% -
HSV(B) 336.07º 0.84% 0.84% -
XYZ 30.64 16.39 15.18 -
YUV 96.32 133.47 211.23 -
System Red Green Blue C M Y K H S L
Decimal 213 35 106 0 0.84 0.50 0.16 336.07 0.72 0.49
Hex D5 23 6A 0 54 32 10 150 48 31
Octal 325 43 152 0 124 62 20 520 110 61
Binary 11010101 100011 1101010 0 1010100 110010 10000 101010000 1001000 110001

Color Harmonies of #D5236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5236A

Black with #D5236A

Text Example


Text Example

White with #D5236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5236A; }

 p { color: rgb(213,35,106); }

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

background-color css

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

 a { background-color: rgb(213,35,106); }

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

border-color css

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

 span { border-color: rgb(213,35,106); }

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