Html Css Color HEX #D5276A Cerise

📋 copy color: '#D5276A'

red 213 ◦ green 39 ◦ blue 106

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

Shades of Cerise #D5276A

Tints of Cerise #D5276A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

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

R = 59.5%
G = 10.89%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5276A (or 0xD5276A) is known color: Cerise. HEX triplet: D5, 27 and 6A. RGB value is (213,39,106). Sum of RGB (Red+Green+Blue) = 213+39+106=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5276A is #2AD895. Grayscale: #626262. Windows color (decimal): -2807958 or 6957013. OLE color: 6957013.

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

Color convert

RGB 213 39 106 -
CMYK 0 0.82 0.50 0.16
HSL 336.9º 0.69% 0.49% -
HSV(B) 336.9º 0.82% 0.84% -
XYZ 30.77 16.64 15.23 -
YUV 98.66 132.15 209.55 -
System Red Green Blue C M Y K H S L
Decimal 213 39 106 0 0.82 0.50 0.16 336.9 0.69 0.49
Hex D5 27 6A 0 52 32 10 151 45 31
Octal 325 47 152 0 122 62 20 521 105 61
Binary 11010101 100111 1101010 0 1010010 110010 10000 101010001 1000101 110001

Color Harmonies of #D5276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5276A

Black with #D5276A

Text Example


Text Example

White with #D5276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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