Html Css Color HEX #D54283 Deep Cerise

📋 copy color: '#D54283'

red 213 ◦ green 66 ◦ blue 131

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

Shades of Deep Cerise #D54283

Tints of Deep Cerise #D54283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.1%

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 51.95%
G = 16.1%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D54283 (or 0xD54283) is known color: Deep Cerise. HEX triplet: D5, 42 and 83. RGB value is (213,66,131). Sum of RGB (Red+Green+Blue) = 213+66+131=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D54283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54283 is #2ABD7C. Grayscale: #757575. Windows color (decimal): -2801021 or 8602325. OLE color: 8602325.

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

Color convert

RGB 213 66 131 -
CMYK 0 0.69 0.38 0.16
HSL 333.47º 0.64% 0.55% -
HSV(B) 333.47º 0.69% 0.84% -
XYZ 33.49 19.68 23.51 -
YUV 117.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 213 66 131 0 0.69 0.38 0.16 333.47 0.64 0.55
Hex D5 42 83 0 45 26 10 14D 40 37
Octal 325 102 203 0 105 46 20 515 100 67
Binary 11010101 1000010 10000011 0 1000101 100110 10000 101001101 1000000 110111

Color Harmonies of #D54283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54283

Black with #D54283

Text Example


Text Example

White with #D54283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54283; }

 p { color: rgb(213,66,131); }

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

background-color css

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

 a { background-color: rgb(213,66,131); }

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

border-color css

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

 span { border-color: rgb(213,66,131); }

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