Html Css Color HEX #D6258F Deep Cerise

📋 copy color: '#D6258F'

red 214 ◦ green 37 ◦ blue 143

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

Shades of Deep Cerise #D6258F

Tints of Deep Cerise #D6258F

RGB

 RED value IS 214 (83.98% from 255) = 54.31%

 GREEN value IS 37 (14.84% from 255) = 9.39%

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 54.31%
G = 9.39%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6258F (or 0xD6258F) is known color: Deep Cerise. HEX triplet: D6, 25 and 8F. RGB value is (214,37,143). Sum of RGB (Red+Green+Blue) = 214+37+143=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6258F is #29DA70. Grayscale: #656565. Windows color (decimal): -2742897 or 9381334. OLE color: 9381334.

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

Color convert

RGB 214 37 143 -
CMYK 0 0.83 0.33 0.16
HSL 324.07º 0.71% 0.49% -
HSV(B) 324.07º 0.83% 0.84% -
XYZ 33.35 17.6 27.63 -
YUV 102.01 151.14 207.88 -
System Red Green Blue C M Y K H S L
Decimal 214 37 143 0 0.83 0.33 0.16 324.07 0.71 0.49
Hex D6 25 8F 0 53 21 10 144 47 31
Octal 326 45 217 0 123 41 20 504 107 61
Binary 11010110 100101 10001111 0 1010011 100001 10000 101000100 1000111 110001

Color Harmonies of #D6258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6258F

Black with #D6258F

Text Example


Text Example

White with #D6258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6258F; }

 p { color: rgb(214,37,143); }

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

background-color css

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

 a { background-color: rgb(214,37,143); }

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

border-color css

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

 span { border-color: rgb(214,37,143); }

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